10. Quizzes: Running Java Applications

What are the advantages of multi-tiered compilation?

SOLUTION:
  • It compiles bytecode into machine code quickly for faster startup.
  • It can produce more optimized code than a standard compiler.
  • It produces faster code the longer it runs.